FRTС project
Notes
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
DrivenCurrentResult
Interface
3 statements
Source File
2_driven_current_module.f90
driven_current_module
DrivenCurrentResult
Contents
Module Procedures
DrivenCurrentResult_constructor
public interface DrivenCurrentResult
Module Procedures
public function
DrivenCurrentResult_constructor
(positive_dc, negative_dc) result(this)
Arguments
Type
Intent
Optional
Attributes
Name
type(
DrivenCurrent
),
intent(in)
::
positive_dc
type(
DrivenCurrent
),
intent(in)
::
negative_dc
Return Value
type(
DrivenCurrentResult
)